This operation transfers the council's decision to mark the case as pending with LEC during the determination process from council's IT system to online DA digital service.
CaseID required | string A fully qualified application number. |
OrganisationID required | string Used by the API gateway to identify the council LGA name from which the request was initiated. |
IdempotencyID required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
isSubjectOfLandECourtMatterQuestion required | boolean This is to track if Land and Environment Court decision is pending for an online DA application. If 'Is this application pending a decision from the Land and Environment Court ?' question is selected as yes(isSubjectOfLandECourtMatterQuestion=true), councils will be unable to proceed with the determination. |
referredDateLandECourt | string <Date> This is to track the date when applicant filed an appeal with the Land and Environment Court. This is mandatory when the application is pending a decision from the Land and Environment court. |
updatedByEmail required | string <= 250 characters User must be registered in the planning portal |
{- "isSubjectOfLandECourtMatterQuestion": true,
- "referredDateLandECourt": "string",
- "updatedByEmail": "john.smith@gmail.com"
}